Welcome to my site

peruse at your leisure

Home About Projects Blog Games Contact Support

Site News

- June 2nd, 2022 -

Time for the "yearly" update. Switched to using markdown (the plain 'markdown' package for e.g. FreeBSD) for generating html pages for this site. It's a bit less work than writing plain html into .txt files, which is nice! But not a huge amount less. Also added FAQ section to about page. Planning on adding other blog posts or project articles/links, if I ever get around to it.

- March 3rd, 2021 -

Since source hut recently finished their static site hosting, I've moved this site to source hut pages. It was easy enough and their quick start had short simple instructions. So this is now auto built on source hut builds from a given .yml file in the repo, which is now public. Maybe I'll find time to update the site more, maybe not. Currently moving all current git repos, on gitlab, to source hut since I'm paying for it now and I like the site's philosophy and minimalist design. Only issue is that minesweeper broke, but it could use a refactor/rewrite anyway, along with the other games.

- May 18th, 2020 -

Rewrote majority of site to use a small shell script (see 'build_site.sh' in repo), after attempting to do the same in plain C, which was not worth the effort. It creates/replaces .html files from given .txt files with a template "header", the txt file content (currently plain html also), and a "footer" (which is currently empty but may have a future use). Removed any plain .css files and replaced/rewrote styling using minimal css inserted into the style line of the head element of all the normal .html files. Might change more in the future for less effort writing the .txt files, maybe writing a simple homemade markdown parser or other small syntax, if the want arises.